home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / PredatorPrey / calc_update.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  964 b   |  33 lines  |  [TEXT/KAHL]

  1. /* calc_update.h */
  2.  
  3. #ifndef __CUP__
  4. #define __CUP__
  5.  
  6.         void        LocateWindow        (WindowPtr gNewCalcPicture);
  7.         void        draw_palette        (WindowPtr wPtr);
  8.         void         update_seg            (void);
  9.         void        DrawCalcPicture        (PicHandle    thePicture,WindowPtr    pictureWindow);
  10.         void        DrawIconize            (PicHandle    thePicture,WindowPtr    pictureWindow);
  11.         void        SetDisplay            (void);    
  12.         Boolean        MaintainColor        (void);
  13.         void         do_update            (WindowPtr wPtr);        
  14.  
  15.         void        EraseCRect            (void);
  16.         void        EraseFRect            (void);
  17.         void        EraseGRect            (void);
  18.         void        ErasePRect            (void);
  19.         void        EraseURect            (void);
  20.         void        DrawCPicture        (void);
  21.         void        DrawFPicture        (void);
  22.         void        DrawGPicture        (void);
  23.         void        DrawPPicture        (void);
  24.         void        DrawUPicture        (void);
  25.         void        DrawGRPicture        (void);
  26.         void        DrawRPicture        (void);
  27.         Rect        *WinRect            ( WindowPtr    wptr, Rect    *scrRect );
  28.         void        DoKiller            (void);
  29.         void        do_grow                (WindowPtr  wPtr,  Point global_pt);
  30.         
  31. #define    DEBUGGING    TRUE
  32.  
  33. #endif    /*    __CUP__    */